if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_DrugH_Doctor]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [dbo].[DrugH] DROP CONSTRAINT FK_DrugH_Doctor